projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b9e47
)
searchenginequartz: Fix naming of Beagle @ comment
author
Daniel Boles
<dboles.src@gmail.com>
Mon, 7 Jan 2019 20:34:32 +0000
(20:34 +0000)
committer
Daniel Boles
<dboles.src@gmail.com>
Mon, 7 Jan 2019 20:46:08 +0000
(20:46 +0000)
As funny as that is, it's not very instructive. :P
https://gitlab.gnome.org/GNOME/gtk/merge_requests/490#note_400993
gtk/gtksearchenginequartz.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchenginequartz.c
b/gtk/gtksearchenginequartz.c
index 95558a07f2b7d5533d01e61c5396d3d74a666ff4..7e9d5dd721c1fb93c78c7e8dd9ea51ea1e7b5661 100644
(file)
--- a/
gtk/gtksearchenginequartz.c
+++ b/
gtk/gtksearchenginequartz.c
@@
-73,9
+73,7
@@
G_DEFINE_TYPE_WITH_PRIVATE (GtkSearchEngineQuartz, _gtk_search_engine_quartz, GT
{
int i;
GList *hits = NULL;
- /* The max was originally set to 1000 to mimic something called "the
- * boogie backend".
- */
+ /* The max was originally set to 1000 to mimic the Beagle backend. */
const unsigned int max_hits = 1000;
const unsigned int max_iter = submitted_hits + [ns_query resultCount];